align-content & align-items


Posted by Rich on 2021-05-17

Align-content determines the spacing between lines, while align-items determines how the items as a whole are aligned within the container.
When there is only one line, align-content has no effect.










Related Posts

Codewars Kyu 4 Python 3

Codewars Kyu 4 Python 3

【JS學習筆記】認識 for...in 與他的兄弟 for...of

【JS學習筆記】認識 for...in 與他的兄弟 for...of

Fetch 與 Promise (五):async 與 await

Fetch 與 Promise (五):async 與 await


Comments